#include int main() { int a=-1; int b=0; int c; char c = '\d'; scanf("%d%d%d%d%d",&c); printf("%d",a+b+c); return 0; }